home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / RadioactiveSnakesFromMa.swf / scripts / DefineButton2_53 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-20  |  147 b   |  12 lines

  1. on(release){
  2.    if(_root.gooddomain == 1)
  3.    {
  4.       _root.players = 2;
  5.       nextFrame();
  6.    }
  7.    else
  8.    {
  9.       share.play();
  10.    }
  11. }
  12.